Fix typos
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 25 Sep 2006 14:48:31 +0000 (14:48 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 25 Sep 2006 14:48:31 +0000 (14:48 +0000)
ChangeLog
demos/gtk-demo/appwindow.c
demos/gtk-demo/iconview.c
demos/gtk-demo/images.c
demos/gtk-demo/pixbufs.c
demos/gtk-demo/textview.c
gtk/gtkeventbox.c
gtk/gtkprintoperation.c

index b72dcb8b282a4db607acaca517444104e8a0e48d..59114edd311438b0b76ae7ab374fd5c14b045dca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * demos/gtk-demo/*.c:
+       * gtk/gtkeventbox.c:
+       * gtk/gtkprintoperation.c: Fix typos. String change.
+
 2006-09-25  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): if the tree view
index f6bc4af795efd0867a90d00385a9880544558760..5adaccf283e3d784f212c1478a12dbe7ed29bf4e 100644 (file)
@@ -329,7 +329,7 @@ register_stock_icons (void)
       factory = gtk_icon_factory_new ();
       gtk_icon_factory_add_default (factory);
 
-      /* demo_find_file() looks in the the current directory first,
+      /* demo_find_file() looks in the current directory first,
        * so you can run gtk-demo without installing GTK, then looks
        * in the location where the file is installed.
        */
index 3fbacfa43ae9f7d247b188f48d3aa45c00aeb435..9c76c7815d259b689542326e4db2de75815f48a2 100644 (file)
@@ -37,7 +37,7 @@ load_pixbufs (GError **error)
   if (file_pixbuf)
     return TRUE; /* already loaded earlier */
 
-  /* demo_find_file() looks in the the current directory first,
+  /* demo_find_file() looks in the current directory first,
    * so you can run gtk-demo without installing GTK, then looks
    * in the location where the file is installed.
    */
index 4bb3fb81bdf74445bb2f77d1179beb8491431b2c..7fc1fa7c141df47aecf0f81e53a2e513a1dffb3b 100644 (file)
@@ -184,7 +184,7 @@ progressive_timeout (gpointer data)
       gchar *error_message = NULL;
       GError *error = NULL; 
 
-      /* demo_find_file() looks in the the current directory first,
+      /* demo_find_file() looks in the current directory first,
        * so you can run gtk-demo without installing GTK, then looks
        * in the location where the file is installed.
        */
@@ -352,7 +352,7 @@ do_images (GtkWidget *do_widget)
       gtk_container_add (GTK_CONTAINER (align), frame);
       gtk_box_pack_start (GTK_BOX (vbox), align, FALSE, FALSE, 0);
 
-      /* demo_find_file() looks in the the current directory first,
+      /* demo_find_file() looks in the current directory first,
        * so you can run gtk-demo without installing GTK, then looks
        * in the location where the file is installed.
        */
index cab73019a1e6b7c703c0be742841679f2ae96add..18dd1ff81693eae9e768cee46687cc7ef4590733 100644 (file)
@@ -61,7 +61,7 @@ load_pixbufs (GError **error)
   if (background)
     return TRUE; /* already loaded earlier */
 
-  /* demo_find_file() looks in the the current directory first,
+  /* demo_find_file() looks in the current directory first,
    * so you can run gtk-demo without installing GTK, then looks
    * in the location where the file is installed.
    */
index 2365aa2515439ef9e178311009c49ed99ff6f850..7ac11d6202fd6fa0ca08faf274c431b52431da57 100644 (file)
@@ -155,7 +155,7 @@ insert_text (GtkTextBuffer *buffer)
   GtkTextChildAnchor *anchor;
   char *filename;
 
-  /* demo_find_file() looks in the the current directory first,
+  /* demo_find_file() looks in the current directory first,
    * so you can run gtk-demo without installing GTK, then looks
    * in the location where the file is installed.
    */
index 121788374522cd085c3e445f83d40ff228a13c66..bac1605d2fd646cee853d3e2a9d7f1324182cd4e 100644 (file)
@@ -195,7 +195,7 @@ gtk_event_box_get_visible_window (GtkEventBox *event_box)
  * Set whether the event box uses a visible or invisible child
  * window. The default is to use visible windows.
  *
- * In an invisible window event box, the window that that the
+ * In an invisible window event box, the window that the
  * event box creates is a %GDK_INPUT_ONLY window, which 
  * means that it is invisible and only serves to receive
  * events.
index 39d1af2b585bffc4075e857bb4455cc95f608489..943223a20e637186455643c272a8be2207566a2e 100644 (file)
@@ -961,7 +961,7 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class)
                                   PROP_USE_FULL_PAGE,
                                   g_param_spec_boolean ("use-full-page",
                                                         P_("Use full page"),
-                                                        P_("TRUE if the the origin of the context should be at the corner of the page and not the corner of the imageable area"),
+                                                        P_("TRUE if the origin of the context should be at the corner of the page and not the corner of the imageable area"),
                                                         FALSE,
                                                         GTK_PARAM_READWRITE));